home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 144_01 / check.hlp (.txt) < prev    next >
Microsoft Windows Help File Content  |  1985-08-19  |  896b  |  17 lines

  1. :This is the public domain program CRCK.  I have included it to
  2. allow you to verify the correctness of the various files on these 
  3. disks.  the file CHECK.LST contains the correct check number for all
  4. files on these disks.
  5. The program CHECK.COM is used to compute and display the 'checksum'
  6. for the file specified with it, i.e.. CHECK [drive:]<filename.ext>
  7. You can use this to show the checksum for a file before and
  8. after transfer, they should match, giving some assurance
  9. that the transfer is good.
  10. Wildcards such as '*' and '?' can be used in the command line.
  11. Adding a sub-command 'F' after the filename.ext will cause a
  12. file CHECK.LST to be written to disk.
  13.          Example : CHECK *.* F
  14.                    CHECK B:A???.COM
  15. The checksum is based on the CCITT standard polynomial
  16.    X^16 + X^15 + X^13 + X^7 + X^4 + X^2 + X
  17.